Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Oct 2013 10:27:09 +0000 (06:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Oct 2013 10:27:47 +0000 (06:27 -0400)
Makefile.decl

index 3fcd6565304ab27613df2788073baf25bb8f4ca7..901b64b172444d9bd1af6b701c1989095bb29901 100644 (file)
@@ -40,7 +40,7 @@ test: test-cwd test-recurse
 # test-cwd: run tests in cwd
 test-cwd: ${TEST_PROGS}
        @$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \
-         $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) G_TEST_SRCDIR="${abs_strcdir}" G_TEST_BUILDDIR="${abs_builddir}" ${GTESTER} --verbose ${TEST_PROGS}; }; \
+         $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) G_TEST_SRCDIR="${abs_srcdir}" G_TEST_BUILDDIR="${abs_builddir}" ${GTESTER} --verbose ${TEST_PROGS}; }; \
        }
 # test-recurse: run tests in subdirs
 test-recurse: